.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f2f5fc;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #0854bc;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f2f5fc;
  padding: 20px 30px;
  color: #4d4d4d;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #0854bc;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #4d4d4d;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #f2f5fc;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f2f5fc;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all .5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #0854bc;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 {
  margin-bottom: 20px;
}
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dashed #edf0f4;
  transition: all .5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-06 .box-s:before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  background: url(xlyjs-icon-02.png) no-repeat;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  opacity: .4;
  position: absolute;
  right: 0;
  top: 50%;
}
.comp-text-list-06[data-v-wrq] .box-s {padding-right: 0px;}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #4d4d4d;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #4d4d4d;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f2f5fc;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 25px;
  color: #4d4d4d;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 279px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  color: #262626;
  margin-bottom: 5px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
.comp-image-text-list-03 .box-s .box-date {
  color: #0854bc;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #4d4d4d;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #4d4d4d;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #0854bc;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid  #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(226, 229, 239, 0.7);
  color: #4d4d4d;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 120px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 20px;
  width: 180px;
}
.comp-image-text-list-06 .box-s .box-info {
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  line-height: 22px;
  height: auto;
  max-height: 66px;
  margin-bottom: 3px;
}
.comp-image-text-list-06 .box-s:hover .box-txt {color: #4d4d4d;}
.comp-image-text-list-06 .box-s .box-date {
  color: #A6A6A6;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #4d4d4d;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #0854bc;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f2f5fc;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #0854bc;
  width: 0;
  overflow: hidden;
  transition: all .5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #0854bc;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #0854bc;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #0854bc;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #0854bc;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #4d4d4d;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #0854bc;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #4d4d4d;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 ul li:last-child .box-s {
  border-bottom: none;
  margin-bottom: 0;
}
.comp-personnel-list-05 .box-s {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e3e7fa;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #0854bc;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #0854bc;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 162px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 128px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  padding-top: 5px;
  overflow: hidden;
}
.comp-personnel-list-05 .box-s .box-title {
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #013D95;
  font-weight: bold;
}
.comp-personnel-list-05 .box-s .box-title .title-job {
  color: #808080;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 26px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #0854bc;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding-right: 190px;
  margin-bottom: 30px;
  min-height: 223px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 173px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info {
  min-height: 223px;
  background-color: #F2F5FC;
  padding: 20px 30px;
  color: #404040;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #D7DBE0;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .info-title .title-other {
  color: #0854bc;
  font-weight: normal;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F5F7FB;
  border-left: 5px solid #0854bc;
  padding: 10px 15px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #4D4D4D;
  line-height: 2;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}
.comp-personnel-details-01 .details-info {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f2f5fc;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(240px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f2f5fc;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #0854bc;
  border: 1px solid #0854bc;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #0854bc;
  border: 1px solid #0854bc;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0854bc;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #4D4D4D;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}
.details-page img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #4D4D4D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #ffffff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #717583;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #0854bc;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #0854bc;
}
/*other-menu*/
.other-menu .menu-title {
  background: url(xlyjs-menu-bg.png) no-repeat top center;
  border-radius: 6px;
  min-height: 70px;
  background-size: cover;
  line-height: 32px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 18px 25px;
  margin-bottom: 15px;
}
.other-menu .menu-cont .box-a {
  display: block;
  margin-bottom: 6px;
}
.other-menu .menu-cont .a-title {
  background: #FFFFFF;
  display: block;
  padding: 10px 40px;
  line-height: 30px;
  position: relative;
  color: #333;
  border-radius: 6px;
  color: #2D303B;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 18px;
  width: 5px;
  height: 15px;
  background: #0854bc;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 20px;
  color: rgba(98, 105, 129, 0.56);
}
.other-menu .menu-cont .box-a.active .a-title,
.other-menu .menu-cont .box-a:hover .a-title {
  color: #FFFFFF;
  background: #0854bc;
}
.other-menu .menu-cont .box-a.active .a-title:before,
.other-menu .menu-cont .box-a:hover .a-title:before {
  background: #fff;
}
.other-menu .menu-cont .box-a.active .a-title::after,
.other-menu .menu-cont .box-a:hover .a-title::after {
  color: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #4d4d4d;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #0854bc;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all .5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 3px;
  background: #F7941D;
  animation: sliderProgressBar ease;
  display: block;
  border-radius: 0;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  background-color: #f4f5fa;
}
.owl-carousel h4 {
  height: 500px;
  background-color: #1b6d85;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 100px;
  text-align: center;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*nav*/
nav.navbar.bootsnav.bootsnavfull {
  min-height: 60px;
  background: #0854bc;
  border: none;
  box-shadow: none;
  z-index: 99;
  position: relative;
  /*logo 样式设置*/
  /*选中样式*/
}
nav.navbar.bootsnav.bootsnavfull .navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.navbar.bootsnav.bootsnavfull .navbar-brand img {
  max-width: 100px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none!important;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li {
  margin: 0;
  padding: 0;
  height: 60px;
  position: relative;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
  line-height: 60px;
  color: #fff;
  position: relative;
  font-size: 18px;
  text-align: center;
  padding: 0 21.7px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown > a.dropdown-toggle:after {
  display: none;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.dropdown.on > a {
  background-color: #1692E9!important;
  color: #fff!important;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 100%;
  width: 190px;
  padding: 0;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
  background: #0854bc;
  font-weight: normal;
  font-size: 16px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #1692E9!important;
  color: #fff;
}
nav.navbar.bootsnav.bootsnavfull.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #0854bc;
}
@media all and (max-width: 1440px) {
  nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
    padding: 0 20.4px;
  }
}
@media all and (max-width: 1279px) {
  nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
    padding: 0 16.5px;
  }
}
@media all and (max-width: 1199px) {
  nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
    padding: 0 11.4px;
    font-size: 16px;
  }
}
@media all and (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavfull {
    /*下拉菜单设置*/
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-brand {
    float: left!important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    background: #0854bc;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle {
    background-color: transparent;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-bars,
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-times {
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li:after {
    display: none;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
    font-size: 16px;
    text-align: left;
    padding: 8px 15px;
    height: auto;
    line-height: 30px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    border-top: none;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F3F5FB;
    min-width: 100%;
    width: auto;
    padding-left: 0!important;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
    background: #0854bc;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #1692E9!important;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .menu-overview {
    width: 400px!important;
    overflow: hidden;
  }
  .menu-overview li {
    float: left;
    width: 50%;
  }
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  background: url("xlyjs-search-btn.png") no-repeat center center;
  cursor: pointer;
}
.tools .search-box {
  display: none;
}
.tools .x-show {
  display: block !important;
  position: absolute !important;
  top: 30px;
  right: 0;
}
.search-box {
  width: 150px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: #0854bc;
  border-radius: 14px;
  padding-left: 15px;
  padding-right: 35px;
  color: #fff;
  border: none;
}
.search-box .s-btn {
  background: url("xlyjs-search-btn.png") no-repeat center center;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
.search-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}
.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
/*header*/
.header {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9999;
}
.header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #1692E9;
}
.header img {
  display: block;
}
.header .container {
  position: relative;
}
.header .header-logo {
  float: left;
  padding-top: 34px;
  padding-bottom: 30px;
  max-width: 514px;
}
.header .header-other {
  padding-top: 80px;
  float: right;
  max-width: 332px;
}
/*shortcut-line*/
.shortcut-line {
  height: 36px;
  background: #1692E9;
  border-radius: 0 0 5px 5px;
  position: absolute;
  right: 0;
  top: 4px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.shortcut-line > div {
  float: left;
}
.shortcut-line .links .btn {
  width: 26px;
  height: 26px;
  padding: 3px 8px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
  margin-right: 5px;
  border: none!important;
}
.shortcut-line .links .btn span {
  color: #fff;
}
.shortcut-line .links .dropdown .dropdown-menu li a {
  color: #444;
  line-height: 30px;
  height: 30px;
  background-color: transparent;
}
.shortcut-line .links .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .shortcut-line .links .dropdown .dropdown-toggle {
    display: none;
  }
  .shortcut-line .links .dropdown .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .shortcut-line .links .dropdown .dropdown-menu li {
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
  .shortcut-line .links .dropdown .dropdown-menu li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.4);
    width: 1px;
    height: 12px;
  }
  .shortcut-line .links .dropdown .dropdown-menu li a {
    margin: 0;
    padding: 0;
    display: block;
    color: #fff;
    font-weight: bold;
  }
  .shortcut-line .links .dropdown .dropdown-menu li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  /*shortcut-line*/
  .shortcut-line .links .dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
  .shortcut-line .links .dropdown .dropdown-menu li a:hover {
    color: #0854bc;
  }
}
@media (max-width: 767px) {
  .shortcut-line {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 30px;
    background: transparent;
    /*search*/
  }
  .shortcut-line .tools {
    margin-bottom: 0;
    margin-top: 8px;
    right: 2px;
  }
  .shortcut-line .tools .search-trigger {
    display: block;
  }
  .shortcut-line .tools .search-box {
    display: none;
  }
  .shortcut-line .links {
    margin-right: 0;
  }
}
/*footer*/
.footer {
  background: #0854bc;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 24px;
  color: #fff;
}
.footer img {
  display: block;
}
.footer .main-cont {
  position: relative;
  padding-right: 170px;
  min-height: 70px;
}
.footer .cont-logo {
  width: 265px;
  float: left;
  padding: 10px 21px 10px 0;
}
.footer .cont-info {
  position: relative;
  padding-left: 22px;
  overflow: hidden;
}
.footer .cont-info:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footer .cont-info a,
.footer .cont-info span {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.footer .cont-info .info-01 {
  margin-bottom: 10px;
}
.footer .cont-info .info-02 a:hover {
  text-decoration: underline;
}
.footer .cont-info .a-s {
  vertical-align: bottom;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: bold;
}
.footer .cont-info .a-s:hover {
  background: #fff;
  color: #0854bc;
}
.footer .cont-other {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .cont-other > div {
  float: left;
  margin-right: 25px;
}
.footer .cont-other > div:last-child {
  margin-right: 0;
}
.footer .cont-other .other-sydw {
  width: 56px;
}
.footer .cont-other .other-erwm {
  width: 70px;
}
.index-box-w {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-with: 1366px) {
  .index-box-w .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-box-w .row-w .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .index-box-w .col-lg-8 {
    width: 66.1%;
  }
  .index-box-w .col-lg-4 {
    width: 33.9%;
  }
}
.index-banner {
  padding-top: 30px;
}
.index-banner .banner-focus,
.index-banner .focus-list {
  height: 480px;
}
.index-banner .banner-focus {
  margin-right: -40px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box img {
  height: 480px;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background: rgba(8, 84, 188, 0.8);
  display: none;
}
.index-banner .slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-banner .slider-progress-bar .progress {
  margin-bottom: 0;
}
.index-banner .focus-list {
  background: #fff;
  position: relative;
  z-index: 9;border-left: #e9eefa solid 1px;
}
.index-banner .box-s {
  position: relative;
  padding: 15px 25px;
  border-bottom: 1px solid #e9eefa;
  height: 80px;
}
.index-banner .box-s:last-child {
  border-bottom: none;
}
.index-banner .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  color: #333333;
  position: relative;
  z-index: 9;
}
.index-banner .box-s:hover::after,
.index-banner .box-s.active::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(xlyjs-menu-bg-02.png) no-repeat;
  background-size: cover();
}
.index-banner .box-s:hover .box-title,
.index-banner .box-s.active .box-title {
  color: #fff;
  font-weight: bold;
}
.index-banner .owl-dots {
  display: none;
}
.index-box-main {
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
  padding-left: 25px;
  padding-right: 25px;
}
.index-box-main.tabs-cont {
  padding-top: 25px;
  padding-bottom: 20px;
}
.index-public-title {
  position: relative;
  line-height: 56px;
  margin-bottom: 20px;
}
.index-public-title::before {
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  bottom: 0;
  height: 1px;
  background: #D0D0D0;
}
.index-public-title .title-txt {
  float: left;
  position: relative;
  padding-bottom: 3px;
}
.index-public-title .title-txt span {
  float: left;
}
.index-public-title .title-txt .icon-s {
  margin-right: 9px;
}
.index-public-title .title-txt .icon-s img {
  vertical-align: middle;
}
.index-public-title .title-txt .title-s {
  font-weight: bold;
  color: #333;
}
.index-public-title .title-txt::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #0f54b3, #1476e5);
  height: 3px;
}
.index-public-title .title-more {
  float: right;
  color: #0854bc;
}
.index-public-title .title-more:hover {
  color: #F7941D;
}
.public-tabs-groups .tabs-title .title-groups {
  float: left;
}
.public-tabs-groups .tabs-title .title-groups > div {
  float: left;
}
.public-tabs-groups .tabs-title .title-s {
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  position: relative;
}
.public-tabs-groups .tabs-title .title-s span {
  display: inline-block;
}
.public-tabs-groups .tabs-title .title-s .icon-s {
  position: relative;
  margin-right: 10px;
}
.public-tabs-groups .tabs-title .title-s .icon-s img {
  display: block;
}
.public-tabs-groups .tabs-title .title-s .icon-s img.img-h {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.public-tabs-groups .tabs-title .title-s .txt-s {
  font-weight: bold;
  color: #333;
}
.public-tabs-groups .tabs-title .more-groups {
  float: right;
}
.public-tabs-groups .tabs-title .more-groups a {
  display: none;
  height: 55px;
  line-height: 55px;
  color: #0854bc;
}
.public-tabs-groups .tabs-title .more-groups a:first-child {
  display: block;
}
.public-tabs-groups .tabs-title .more-groups a:hover {
  color: #F7941D;
}
.public-tabs-groups .tabs-title.tabs-title-01 .title-s {
  width: 146px;
  text-align: center;
}
.public-tabs-groups .tabs-title.tabs-title-01 .title-s .icon-s {
  vertical-align: middle;
  margin-top: -5px;
}
.public-tabs-groups .tabs-title.tabs-title-01 .title-s:hover,
.public-tabs-groups .tabs-title.tabs-title-01 .title-s.active {
  background: url(xlyjs-title-bg-02.png) no-repeat right bottom;
  background-size: cover;
}
.public-tabs-groups .tabs-title.tabs-title-01 .title-s:hover .icon-s img.img-h,
.public-tabs-groups .tabs-title.tabs-title-01 .title-s.active .icon-s img.img-h {
  display: block;
}
.public-tabs-groups .tabs-title.tabs-title-01 .title-s:hover .txt-s,
.public-tabs-groups .tabs-title.tabs-title-01 .title-s.active .txt-s {
  color: #fff;
}
.public-tabs-groups .tabs-title.tabas-title-02 {
  border-bottom: 1px solid #dcdfec;
  height: 55px;
  margin-bottom: 20px;
}
.public-tabs-groups .tabs-title.tabas-title-02 .title-s {
  margin-right: 25px;
}
.public-tabs-groups .tabs-title.tabas-title-02 .title-s:last-child {
  margin-right: 0;
}
.public-tabs-groups .tabs-title.tabas-title-02 .title-s:hover::before,
.public-tabs-groups .tabs-title.tabas-title-02 .title-s.active::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(-90deg, #0f54b3, #1476e5);
}
.tabs-cont > div {
  display: none;
}
.tabs-cont > div:first-child {
  display: block;
}
.news-list {
  overflow: hidden;
}
.news-list .box-s {
  line-height: 36px;
  position: relative;
  padding-right: 100px;
}
.news-list .box-s .box-title {
  background: url(xlyjs-icon-14.png) no-repeat 0 16px;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  color: #333333;
}
.news-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #A6A6A6;
}
.news-list .box-s:hover .box-title {
  color: #0854bc;
}
.index-box-01 .news-hot {
  width: 180px;
  float: left;
  margin-right: 24px;
}
.index-box-01 .news-hot .box-img {
  overflow: hidden;
  margin-bottom: 3px;
  border: 1px solid #e9eaf4;
}
.index-box-01 .news-hot .box-img img {
  display: block;
  width: 100%;
  height: 120px;
  transition: all .5s;
}
.index-box-01 .news-hot .box-info {
  background: #f4f5fa;
  height: 90px;
  padding: 10px 15px;
}
.index-box-01 .news-hot .box-title {
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 22px;
  height: 66px;
  font-size: 15px;
}
.index-box-01 .news-hot:hover .box-img img {
  transform: scale(1.1);
}
.index-box-01 .news-hot:hover .box-title {
  color: #0854bc;
}
.index-box-01 .index-box-main {
  min-height: 265px;
}
.index-box-02 {
  min-height: 320px;
}
.index-box-02 .box-s {
  margin-bottom: 16px;
  overflow: hidden;
}
.index-box-02 .box-s:last-child {
  margin-bottom: 0;
}
.index-box-02 .box-s .box-date {
  float: left;
  color: #0F54B3;
  text-align: center;
  width: 70px;
  padding-right: 10px;
  position: relative;
  margin-right: 18px;
}
.index-box-02 .box-s .box-date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #d9deee;
}
.index-box-02 .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 22px;
}
.index-box-02 .box-s .box-date .date-02 {
  font-size: 13px;
}
.index-box-02 .box-s .box-title {
  display: block;
  font-size: 15px;
  color: #414141;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-top: -4px;
}
.index-box-02 .box-s:hover .box-title {
  color: #0854bc;
}
.index-box-03 .index-box-main {
  min-height: 390px;
}
.index-box-03 .news-list .box-s {
  line-height: 38px;
}
.index-box-03 .news-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.index-box-03 .news-hot {
  border-bottom: 1px dashed #DCDFEC;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.index-box-03 .news-hot .box-img {
  width: 180px;
  overflow: hidden;
  margin-right: 25px;
  float: left;
}
.index-box-03 .news-hot .box-img img {
  display: block;
  width: 100%;
  height: 120px;
  transition: all .5s;
}
.index-box-03 .news-hot .box-info {
  overflow: hidden;
}
.index-box-03 .news-hot .box-info .box-title {
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.index-box-03 .news-hot .box-info .box-txt {
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 2px;
}
.index-box-03 .news-hot .box-info .box-date {
  line-height: 24px;
  color: #A6A6A6;
}
.index-box-03 .news-hot:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .news-hot:hover .box-info .box-title {
  color: #0854bc;
}
.index-internal-link {
  min-height: 446px;
}
.index-internal-link .index-public-title::before {
  left: 0;
  right: 0;
}
.index-internal-link .box-s {
  margin-bottom: 16px;
}
.index-internal-link .a-box {
  height: 55px;
  background: url(xlyjs-icon-06.png) no-repeat left top #fbfbfe;
  border: 1px solid #E4E6F1;
  position: relative;
  padding-left: 36px;
  display: block;
  color: #333;
}
.index-internal-link .a-box .box-icon {
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(xlyjs-icon-07.png) no-repeat center center;
}
.index-internal-link .a-box .box-title {
  height: 53px;
  padding: 5px 10px;
}
.index-internal-link .a-box .box-title .middle-cont span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
  height: auto;
  max-height: 40px;
  font-size: 15px;
}
.index-internal-link .a-box:hover {
  color: #0854bc;
}
.index-features .main-cont {
  padding-bottom: 20px;
}
.index-features .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.index-features .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #0854bc;
}
.index-features .owl-dots .owl-dot.active {
  background-color: #F7941D;
}
.index-features .box-s {
  overflow: hidden;
  position: relative;
}
.index-features .box-s img {
  height: 70px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-features .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-features .box-s .box-mc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.index-features .box-s a {
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.index-features .box-s:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.index-features .box-s:hover .box-mc::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.index-related-links {
  margin-bottom: 60px;
}
.index-related-links .main-cont {
  padding-bottom: 20px;
}
.index-related-links .a-box {
  background: url(xlyjs-icon-03.png) no-repeat 0 11px;
  padding-left: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  color: #333333;
}
.index-related-links .a-box:hover {
  color: #0854bc;
}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: -moz-calc(100vh - 394px);
  min-height: -webkit-calc(100vh - 394px);
  min-height: calc(100vh - 394px);
}
.page-content {
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
  border-radius: 6px;
  padding: 20px 30px;
	min-height: -moz-calc(100vh - 468px);
    min-height: -webkit-calc(100vh - 468px);
    min-height: calc(100vh - 468px);
}
.page-content[data-v-sjygk] {
  min-height: 974px;
}
.content-top {
  border-bottom: 1px solid #E2E5EF;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px;
}
.content-top .content-title {
  float: left;
  position: relative;
  font-weight: bold;
  padding-bottom: 15px;
}
.content-top .content-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(-90deg, #0f54b3, #1476e5);
}
.content-top .bread-crumbs {
  float: right;
}
.leader-oration .main-cont {
  position: relative;
  padding-right: 220px;
  min-height: 300px;
}
.leader-oration .box-img {
  position: absolute;
  right: 0;
  top: 0;
}
.leader-oration .box-img img {
  display: block;
  width: 180px;
  height: 230px;
}
.research-team .box-s {
  text-align: center;
  margin-bottom: 25px;
}
.research-team .box-s .box-img {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
}
.research-team .box-s .box-img img {
  display: block;
  height: 180px;
  transition: all 0.5s;
}
.research-team .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 5px;
}
.research-team .box-s .box-info .box-txt {
  color: #737373;
}
.research-team .box-s .box-info .box-txt > div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.research-team .box-s:hover .box-img img {
  transform: scale(1.1);
}
.research-team .box-s:hover .box-info .box-title {
  color: #0854bc;
}
.personnel-list .row {
  margin-left: -8px;
  margin-right: -8px;
}
.personnel-list .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.personnel-list li {
  margin-bottom: 30px;
}
.personnel-list .box-s {
  text-align: center;
}
.personnel-list .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: bottom;
}
.personnel-list .box-s .box-img img {
  display: block;
  height: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}
.personnel-list .box-s .box-title {
  display: block;
  position: relative;
  text-align: center;
  color: #1A1A1A;
  font-weight: bold;
}
.personnel-list .box-s .box-title-02 {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #AFAFAF;
  min-width: 75px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.personnel-list .box-s .box-job {
  color: #595959;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.personnel-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.personnel-list .box-s:hover .box-title {
  color: #0854bc;
}
.personnel-list .box-s:hover .box-title-02 {
  border: 1px solid #0854bc;
  color: #0854bc;
}
.personnel-list .box-s p {color: #888;line-height: 1;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;margin: 3px 0 0;}
@media (min-width: 1200px) {
  .personnel-list.list-top {
    text-align: center;
  }
  .personnel-list.list-top li {
    float: none;
    display: inline-block;
    width: 24%;
    vertical-align: bottom;
  }
}
.personnel-list-02 {
  margin-bottom: 25px;
  overflow: hidden;
  overflow-x: auto;
}
.personnel-list-02 .table-w {
  min-width: 600px;
}
.personnel-list-02 table {
  border: 1px solid #fff;
}
.personnel-list-02 table tr td,
.personnel-list-02 table tr th {
  border: 1px solid #fff !important;
  text-align: center;
}
.personnel-list-02 table thead tr th {
  background: rgba(220, 224, 244, 0.8);
  color: #415D89;
  height: 44px;
  line-height: 44px;
  font-weight: normal;
}
.personnel-list-02 table tbody tr:nth-child(2n) td {
  background: rgba(220, 224, 244, 0.3);
}
.personnel-list-02 table tbody tr td {
  color: #333333;
  line-height: 36px;
  padding: 5px;
}
.public-title {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 25px;
}
.public-title > div {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  color: #0854bc;
  line-height: 30px;
  vertical-align: bottom;
}
.public-title > div::after,
.public-title > div::before {
  content: '';
  position: absolute;
  background: url(xlyjs-title-line.png) no-repeat;
  width: 62px;
  height: 3px;
  top: 50%;
  margin-top: -2px;
}
.public-title > div::after {
  left: -62px;
}
.public-title > div::before {
  right: -62px;
}
.form-groups {
  margin-bottom: 30px;
}
.form-groups .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-groups .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.form-groups .form-s {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-groups .groups-info {
  margin-bottom: 10px;
}
.form-groups .groups-info .row {
  margin-left: 0;
  margin-right: 0;
}
.form-groups .groups-info .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.form-groups .groups-info .box-s {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
}
.form-groups .groups-info .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #333333;
  width: 70px;
}
.form-groups .groups-info .box-s .box-form {
  width: 100%;
}
.form-groups .groups-info .box-s.box-btn-w {
  padding-left: 0;
}
.form-groups .groups-info .box-s.box-btn-w .btn-s {
  width: 100%;
}
.form-groups .inp-s {
  box-shadow: none;
}
.form-groups .btn-s {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background: #F79100;
  text-align: center;
}
.form-groups .btn-s:hover {
  background: #0854bc;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}
.form-table-01 .table-s {
  min-width: 638px;
}
.form-table-01 .td-title {
  color: #333;
  display: block;
  text-align: left;
}
.form-table-01 .td-title.tc {
  text-align: center;
}
.form-table-01 .td-title:hover {
  color: #0854bc;
}
.form-table-01 .td-name {
  text-align: left;
}
.form-table-01 table {
  width: 100%;
  text-align: center;
}
.form-table-01 table thead th {
  border: 1px solid #fff;
  background: rgba(220, 224, 244, 0.8);
  color: #415D89;
  height: 54px;
  line-height: 24px;
  padding: 15px 12px;
  text-align: center;
  font-weight: normal;
}
.form-table-01 table tbody tr td {
  border: 1px solid #fff;
  padding: 12px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.form-table-01 table tbody tr:nth-child(2n) {
  background-color: rgba(220, 224, 244, 0.3);
}
.source-list .source-title {
  line-height: 30px;
  margin-bottom: 15px;
}
.source-list .source-title .title-s {
  font-weight: bold;
  color: #333333;
}
.source-list .source-title .txt-s {
  color: #0854bc;
}
.source-list .source-groups {
  overflow: hidden;
}
.source-list .box-s {
  margin-bottom: 18px;
}
.source-list .box-s .box-img {
  overflow: hidden;
  margin-bottom: 5px;
}
.source-list .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  width: 100px;
  height: 136px;
}
.source-list .box-s .box-title {
  display: block;
  text-align: center;
  color: #333333;
}
.source-list .box-s .box-title span {
  display: inline-block;
  background: url(xlyjs-icon-01.png) no-repeat right top;
  padding-right: 25px;
  line-height: 1.3;
    height: 40px;
    margin-top: 6px;
}
.source-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.source-list .box-s:hover .box-title {
  color: #0854bc;
}
.institution-setting {
  overflow: hidden;
}
.institution-setting .row {
  margin-left: -25px;
  margin-right: -25px;
}
.institution-setting .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
}
.institution-setting .box-groups {
  margin-bottom: 15px;
}
.institution-setting .box-s .box-title {
  background: url(xlyjs-box-bg.png) no-repeat right bottom;
  background-size: cover;
  min-height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  font-weight: bold;
  color: #0854bc;
}
.institution-setting .box-s .box-title a {
  display: block;
  color: #0854bc;
}
.institution-setting .box-s .box-cont {
  padding: 15px 20px;
}
.institution-setting .box-s .box-cont a {
  display: block;
  padding: 7px 20px;
  color: #404040;
  background: url(comm-arrow2.png) no-repeat 0 14px;
}
.institution-setting .box-s .box-cont a:hover {
  color: #0854bc;
}
.experimental-platform .box-s {
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  min-height: 57px;
  position: relative;
  overflow: hidden;
}
.experimental-platform .box-s .box-img {
  float: left;
}
.experimental-platform .box-s .box-img img {
  display: block;
  width: 100px;
  height: 55px;
  transition: all .5s;
}
.experimental-platform .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
}
.experimental-platform .box-s:hover .box-img img {
  transform: scale(1.1);
}
.experimental-platform .box-s:hover .box-title {
  color: #0854bc;
}
.learned-periodical .box-s {
  text-align: center;
  margin-bottom: 25px;
}
.learned-periodical .box-s .box-img {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.learned-periodical .box-s .box-img img {
  height: 328px;
  display: block;
  transition: all .5s;
}
.learned-periodical .box-s .box-title {
  display: block;
  color: #333333;
  line-height: 24px;
}
.learned-periodical .box-s:hover .box-img img {
  transform: scale(1.1);
}
.learned-periodical .box-s:hover .box-title {
  color: #0854bc;
}
@media (min-width: 767px) {
  .learned-periodical .row .box-w:nth-child(3n + 1) {
    clear: left;
  }
}
/*信息公开*/
.info-disc-list {
  margin-bottom: 20px;
}
.info-disc-list .box-groups-title {
  border-left: 6px solid #125BC1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  background: #3d55a7;
  font-weight: bold;
  color: #0D51B1;
  background: url('xlyjs-title-bg.png') repeat-x;
  margin-bottom: 5px;
}
.info-disc-list .box-groups {
  margin-bottom: 20px;
  padding: 10px 25px;
}
.info-disc-list li {
  margin-bottom: 20px;
}
.info-disc-list .box-title {
  font-weight: bold;
  color: #4D4D4D;
  line-height: 40px;
  min-height: 40px;
  margin-bottom: 5px;
}
.info-disc-list .box-info a {
  display: block;
  margin-bottom: 5px;
  line-height: 30px;
  background: url("comm-arrow2.png") no-repeat 0 11px;
  padding-left: 20px;
  font-size: 15px;
  color: #666666;
}
.info-disc-list .box-info a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info-disc-list .box-w:nth-child(3n +1) {
    clear: left;
  }
}
.related-links .box-s {
  border-bottom: 1px dashed #e4e8ef;
}
.related-links .a-box {
  background: url(xlyjs-icon-03.png) no-repeat 0 20px;
  padding-left: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  color: #333333;
}
.related-links .a-box:hover {
  color: #0854bc;
}
.contact-us {
  background: rgba(247, 248, 253, 0.7);
}
.contact-us .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.contact-us .box-info,
.contact-us .box-map {
  height: 465px;
}
.contact-us .box-info {
  padding: 30px 10%;
  text-align: left;
  color: #333;
  line-height: 36px;
}
.contact-us .box-info span {
  color: #0C63D6;
}

/*专题*/
.linkspic {margin-bottom: 10px;}
.linkspic li {margin-top: 30px;}
.linkspic li a {display: block;overflow: hidden;}
.linkspic li a img {height: 85px;width: 100%;
-moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.linkspic li a:hover img {
	-webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
    transform:scale(1.02);
}
@media (max-width: 1280px){
	.linkspic li a img {height: 83px;}
}
@media (max-width: 1199px){
	.linkspic li a img {height: 62px;}
}
@media (max-width: 991px){
.linkspic li {margin-top: 24px;}
}
@media (max-width: 767px){
.linkspic .row {margin-right: -8px;margin-left: -8px;}
.linkspic .row > [class^='col'] {padding-right: 8px;padding-left: 8px;}
.linkspic li {margin-top: 20px;}
.linkspic li a img {height: 52px;}
}
@media (max-width: 380px){
.linkspic li a img {height: 48px;}	
}
@media (max-width: 320px){
.linkspic .col-xs-6 {width: 100%;}	
.linkspic li a img {height: auto;}
}
/*-------------------------------- 6列栅格 ----------------------------------*/
.col-lg-6ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .col-lg-6ths {
    width: 16.666%;
    float: left;
  }
}